home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / it.txt < prev    next >
Text File  |  2000-02-23  |  3KB  |  114 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. it {
  13.     Countries { 
  14.         IT { "Italia" }
  15.         CH { "Svizzera" }
  16.     }
  17.     DateTimeElements { 
  18.             "2",
  19.             "4",
  20.     }
  21.     DateTimePatterns { 
  22.             "H.mm.ss z",
  23.             "H.mm.ss z",
  24.             "H.mm.ss",
  25.             "H.mm",
  26.             "EEEE d MMMM yyyy",
  27.             "d MMMM yyyy",
  28.             "d-MMM-yy",
  29.             "dd/MM/yy",
  30.             "{1} {0}",
  31.     }
  32.     DayAbbreviations { 
  33.             "dom",
  34.             "lun",
  35.             "mar",
  36.             "mer",
  37.             "gio",
  38.             "ven",
  39.             "sab",
  40.     }
  41.     DayNames { 
  42.             "domenica",
  43.             "luned\u00EC",
  44.             "marted\u00EC",
  45.             "mercoled\u00EC",
  46.             "gioved\u00EC",
  47.             "venerd\u00EC",
  48.             "sabato",
  49.     }
  50.     Eras { 
  51.             "BC",
  52.             "dopo Cristo",
  53.     }
  54.     Languages { 
  55.         it { "italiano" }
  56.     }
  57.     LocaleID { "0410" }
  58.     LocaleString { "it" }
  59.     MonthAbbreviations { 
  60.             "gen",
  61.             "feb",
  62.             "mar",
  63.             "apr",
  64.             "mag",
  65.             "giu",
  66.             "lug",
  67.             "ago",
  68.             "set",
  69.             "ott",
  70.             "nov",
  71.             "dic",
  72.             "",
  73.     }
  74.     MonthNames { 
  75.             "gennaio",
  76.             "febbraio",
  77.             "marzo",
  78.             "aprile",
  79.             "maggio",
  80.             "giugno",
  81.             "luglio",
  82.             "agosto",
  83.             "settembre",
  84.             "ottobre",
  85.             "novembre",
  86.             "dicembre",
  87.             "",
  88.     }
  89.     NumberElements { 
  90.             ",",
  91.             ".",
  92.             ";",
  93.             "%",
  94.             "0",
  95.             "#",
  96.             "-",
  97.             "E",
  98.             "\u2030",
  99.             "\u221E",
  100.             "\uFFFD",
  101.     }
  102.     ShortLanguage { "ita" }
  103.     localPatternChars { "GyMdkHmsSEDFwWahKz" }
  104.     zoneStrings { 
  105.         {
  106.                 "Africa/Casablanca",
  107.                 "GMT",
  108.                 "GMT",
  109.                 "GMT",
  110.                 "GMT",
  111.         }
  112.     }
  113. }
  114.